Skip to content

Version Packages (beta)#2216

Merged
karthikscale3 merged 1 commit into
mainfrom
changeset-release/main
Jun 4, 2026
Merged

Version Packages (beta)#2216
karthikscale3 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 2, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/nitro@5.0.0-beta.12

Minor Changes

  • #2110 a651052 Thanks @RihanArfan! - Add /_workflow route in dev mode that opens the workflow observability dashboard.

Patch Changes

  • Updated dependencies [52d63d1, 2a3b11b, 12c35b5]:
    • @workflow/core@5.0.0-beta.12
    • @workflow/web@5.0.0-beta.12
    • @workflow/builders@5.0.0-beta.12
    • @workflow/rollup@5.0.0-beta.12
    • @workflow/vite@5.0.0-beta.12

@workflow/world-vercel@5.0.0-beta.11

Minor Changes

  • #2235 3a16272 Thanks @AndrewBarba! - Add a dispatcher option to createVercelWorld for supplying a custom undici dispatcher, used for both HTTP and queue requests. Defaults to the shared undici RetryAgent.

Patch Changes

@workflow/astro@5.0.0-beta.12

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.12
    • @workflow/rollup@5.0.0-beta.12
    • @workflow/vite@5.0.0-beta.12

@workflow/builders@5.0.0-beta.12

Patch Changes

  • Updated dependencies [52d63d1, 2a3b11b, 12c35b5]:
    • @workflow/core@5.0.0-beta.12
    • @workflow/errors@5.0.0-beta.7

@workflow/cli@5.0.0-beta.12

Patch Changes

  • #2250 5bf2c16 Thanks @karthikscale3! - Add CI coverage for CLI and web trace-viewer revivers across all serializable types.

  • Updated dependencies [b8a337c, ddc8a79, 52d63d1, 2a3b11b, 12c35b5, 3a16272]:

    • @workflow/world-local@5.0.0-beta.13
    • @workflow/world-vercel@5.0.0-beta.11
    • @workflow/core@5.0.0-beta.12
    • @workflow/errors@5.0.0-beta.7
    • @workflow/world@5.0.0-beta.7
    • @workflow/web@5.0.0-beta.12
    • @workflow/builders@5.0.0-beta.12

@workflow/core@5.0.0-beta.12

Patch Changes

  • #2211 52d63d1 Thanks @pranaygp! - Prevent replayed workflows from advancing their deterministic clock when a future event is inspected before its matching operation is invoked.

  • #2212 2a3b11b Thanks @pranaygp! - Retry transient workflow replay divergence before classifying repeated divergence as a corrupted event log.

  • #2215 12c35b5 Thanks @pranaygp! - Skip workflow replay when a refreshed event log already contains a terminal run event.

  • Updated dependencies [b8a337c, ddc8a79, 2a3b11b, 3a16272]:

    • @workflow/world-local@5.0.0-beta.13
    • @workflow/world-vercel@5.0.0-beta.11
    • @workflow/errors@5.0.0-beta.7
    • @workflow/world@5.0.0-beta.7

@workflow/errors@5.0.0-beta.7

Patch Changes

  • #2212 2a3b11b Thanks @pranaygp! - Retry transient workflow replay divergence before classifying repeated divergence as a corrupted event log.

@workflow/nest@5.0.0-beta.12

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.12

@workflow/next@5.0.0-beta.12

Patch Changes

  • Updated dependencies [52d63d1, 2a3b11b, 12c35b5]:
    • @workflow/core@5.0.0-beta.12
    • @workflow/builders@5.0.0-beta.12

@workflow/nuxt@5.0.0-beta.12

Patch Changes

  • Updated dependencies [a651052]:
    • @workflow/nitro@5.0.0-beta.12

@workflow/rollup@5.0.0-beta.12

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.12

@workflow/sveltekit@5.0.0-beta.12

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.12
    • @workflow/rollup@5.0.0-beta.12
    • @workflow/vite@5.0.0-beta.12

@workflow/vite@5.0.0-beta.12

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.12

@workflow/vitest@5.0.0-beta.12

Patch Changes

  • Updated dependencies [b8a337c, ddc8a79, 52d63d1, 2a3b11b, 12c35b5]:
    • @workflow/world-local@5.0.0-beta.13
    • @workflow/core@5.0.0-beta.12
    • @workflow/world@5.0.0-beta.7
    • @workflow/builders@5.0.0-beta.12
    • @workflow/rollup@5.0.0-beta.12

@workflow/web-shared@5.0.0-beta.12

Patch Changes

workflow@5.0.0-beta.12

Patch Changes

  • Updated dependencies [a651052, 52d63d1, 2a3b11b, 5bf2c16, 12c35b5]:
    • @workflow/nitro@5.0.0-beta.12
    • @workflow/core@5.0.0-beta.12
    • @workflow/errors@5.0.0-beta.7
    • @workflow/cli@5.0.0-beta.12
    • @workflow/nuxt@5.0.0-beta.12
    • @workflow/next@5.0.0-beta.12
    • @workflow/typescript-plugin@5.0.0-beta.4
    • @workflow/astro@5.0.0-beta.12
    • @workflow/nest@5.0.0-beta.12
    • @workflow/rollup@5.0.0-beta.12
    • @workflow/sveltekit@5.0.0-beta.12

@workflow/world@5.0.0-beta.7

Patch Changes

  • #2212 2a3b11b Thanks @pranaygp! - Retry transient workflow replay divergence before classifying repeated divergence as a corrupted event log.

@workflow/world-local@5.0.0-beta.13

Patch Changes

@workflow/world-postgres@5.0.0-beta.11

Patch Changes

  • #2246 ddc8a79 Thanks @ctgowrie! - Update @vercel/queue from 0.1.7 to 0.2.1

  • Updated dependencies [b8a337c, ddc8a79, 2a3b11b]:

    • @workflow/world-local@5.0.0-beta.13
    • @workflow/errors@5.0.0-beta.7
    • @workflow/world@5.0.0-beta.7

@workflow/world-testing@5.0.0-beta.12

Patch Changes

  • Updated dependencies [52d63d1, 2a3b11b, 5bf2c16, 12c35b5]:
    • @workflow/core@5.0.0-beta.12
    • @workflow/world@5.0.0-beta.7
    • @workflow/cli@5.0.0-beta.12
    • workflow@5.0.0-beta.12

@workflow/web@5.0.0-beta.12

@github-actions github-actions Bot requested a review from a team as a code owner June 2, 2026 06:48
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Jun 4, 2026 7:55pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jun 4, 2026 7:55pm
example-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-astro-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-express-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-fastify-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-hono-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-nitro-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-nuxt-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-tanstack-start-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workbench-vite-workflow Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Jun 4, 2026 7:55pm
workflow-swc-playground Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workflow-tarballs Ready Ready Preview, Comment Jun 4, 2026 7:55pm
workflow-web Ready Ready Preview, Comment Jun 4, 2026 7:55pm

@github-actions github-actions Bot closed this Jun 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4c9f924 to 52d63d1 Compare June 2, 2026 06:50
@github-actions github-actions Bot reopened this Jun 2, 2026
@github-actions github-actions Bot closed this Jun 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 40fa91e to 2491969 Compare June 2, 2026 10:18
@github-actions github-actions Bot reopened this Jun 2, 2026
@github-actions github-actions Bot closed this Jun 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 210ac26 to 12c35b5 Compare June 2, 2026 20:05
@github-actions github-actions Bot reopened this Jun 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 4, 2026

No backport to stable for ff66ee9 (AI decision).

This is a changesets-generated 'Version Packages (beta)' release plumbing commit that bumps versions and updates CHANGELOGs on main. Release plumbing commits are explicitly listed as not requiring backport, and stable has its own independent release cycle.

To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:

ff66ee9f2b39f9c879d260630c4e386f90811966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant